VERSION = 1,

option UnseasonalWeather.Enabled
{
    type = boolean,
    default = true,
    page = UnseasonalWeather,
    translation = UnseasonalWeather_Enabled,
}

option UnseasonalWeather.DailyEventChance
{
    type = integer,
    default = 25,
    min = 0,
    max = 100,
    page = UnseasonalWeather,
    translation = UnseasonalWeather_DailyEventChance,
}

option UnseasonalWeather.MinDuration
{
    type = integer,
    default = 3,
    min = 1,
    max = 48,
    page = UnseasonalWeather,
    translation = UnseasonalWeather_MinDuration,
}

option UnseasonalWeather.MaxDuration
{
    type = integer,
    default = 8,
    min = 1,
    max = 72,
    page = UnseasonalWeather,
    translation = UnseasonalWeather_MaxDuration,
}

option UnseasonalWeather.IntensityMultiplier
{
    type = double,
    default = 1.0,
    min = 0.2,
    max = 3.0,
    page = UnseasonalWeather,
    translation = UnseasonalWeather_IntensityMultiplier,
}

option UnseasonalWeather.HardcoreWinterTemps
{
    type = boolean,
    default = false,
    page = UnseasonalWeather,
    translation = UnseasonalWeather_HardcoreWinterTemps,
}

option UnseasonalWeather.HardcoreSummerTemps
{
    type = boolean,
    default = false,
    page = UnseasonalWeather,
    translation = UnseasonalWeather_HardcoreSummerTemps,
}

option UW_RadioForecasting.Enabled
{
    type = boolean,
    default = true,
    page = UW_RadioForecasting,
    translation = UW_RadioForecasting_Enabled,
}

option UW_RadioForecasting.UseNightWindow
{
    type = boolean,
    default = false,
    page = UW_RadioForecasting,
    translation = UW_RadioForecasting_UseNightWindow,
}

option UW_RadioForecasting.WalkieHints
{
    type = boolean,
    default = true,
    page = UW_RadioForecasting,
    translation = UW_RadioForecasting_WalkieHints,
}

option UW_RadioForecasting.DebugLogging
{
    type = boolean,
    default = false,
    page = UW_RadioForecasting,
    translation = UW_RadioForecasting_DebugLogging,
}
